/***********************************************************\
|* Website: https://www.djordjejocic.com                   *|
|* Author: Djordje Jocic <office@djordjejocic.com>         *|
|* License: MIT License (MIT)                              *|
|* ------------------------------------------------------- *|
|* Permission is hereby granted, free of charge, to any    *|
|* person obtaining a copy of this software and associated *|
|* documentation files (the "Software"), to deal in the    *|
|* Software  without restriction, including without        *|
|* limitation the rights to use, copy, modify, merge,      *|
|* publish, distribute, sublicense, and/or sell copies of  *|
|* the Software, and to permit persons to whom the         *|
|* Software is furnished to do so, subject to the          *|
|* following conditions:                                   *|
|* ------------------------------------------------------- *|
|* The above copyright notice and this permission notice   *|
|* shall be included in all copies or substantial portions *|
|* of the Software.                                        *|
|* ------------------------------------------------------- *|
|* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT  WARRANTY OF  *|
|* ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED *|
|* TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A     *|
|* PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT     *|
|* SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR    *|
|* ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN    *|
|* ACTION OF CONTRACT, TORT OR OTHERWISE, RISING FROM, OUT *|
|* OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR     *|
|* OTHER DEALINGS IN THE SOFTWARE.                         *|
|* ------------------------------------------------------- *|
|* Order of CSS properites is following:                   *|
|*                                                         *|
|* 1. background                                           *|
|* 2. display                                              *|
|* 3. position                                             *|
|* 4. width                                                *|
|* 5. height                                               *|
|* 6. margin                                               *|
|* 7. padding                                              *|
|* 8. font                                                 *|
|* 9. text                                                 *|
|* 10. letter                                              *|
|* 11. color                                               *|
|* 12. border                                              *|
|* 13. transitions                                         *|
|*                                                         *|
|* Everything else should goes to the bottom.              *|
|* ------------------------------------------------------- *|
|* Copyright (C) 2018                                      *|
\***********************************************************/

.parallax{/* position:relative; *//* height:300px */}.parallax .parallax-preloader{width:100%;height:100%;position:absolute;top:0;left:0}.parallax.parallax-no-border{border:none!important}.parallax.parallax-with-shadow{-webkit-box-shadow:0 0 50px #666 inset;-moz-box-shadow:0 0 50px #666 inset;box-shadow:0 0 50px #666 inset}.parallax.parallax-dark{background:#111;border-top:1px solid #333;border-bottom:1px solid #333}.parallax.parallax-dark .parallax-preloader{background:url(../images/preloader-dark.gif) center center no-repeat #111}.parallax.parallax-light{background:#fff;border-top:1px solid #5d67f6;border-bottom:1px solid #5d67f6}.parallax.parallax-light .parallax-preloader{background:url(../images/preloader-light.gif) center center no-repeat #fff}
